home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01054_Script_LHASAGotItContinue < prev    next >
Text File  |  1995-05-21  |  631b  |  25 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global gCondition, gCurrentPlayer, whichPlayer, gDayOfTheWeek,¼
  11.  gDayOrNight, gOneOrTwo, gTheDay, gTheCDPath, TheMast, g09a,¼
  12.  gsuccessRate, theMovieName, PARK, HDPathName
  13.   
  14.   --UPDATE THE CONDITIONAL
  15.   set g09a = "c"
  16.   set PARK = "c"
  17.   
  18.   --need the masthead name for line 9
  19.   put TheMast into item 14 of line 9 of whichPlayer
  20.   
  21.   --need to increment the gsuccessRate in line 7
  22.   set gsuccessRate = gsuccessRate + 1
  23.   GameContinue
  24. end mouseUp
  25.